Esx Settings Depots SolutionSummary

Esx Settings Depots SolutionSummary
Esx Settings Depots SolutionSummary

The Esx Settings Depots SolutionSummary schema contains fields that describe the summary of a solution.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "display_name": "string",
    "versions": [
        {
            "version": "string",
            "display_version": "string"
        }
    ],
    "components": {
        "components": {
            "release_date": "string",
            "version": {
                "version": "string",
                "display_version": "string"
            },
            "vib_informations": {
                "vib_informations": {
                    "software_tags": [
                        "string"
                    ]
                }
            }
        }
    }
}
string
display_name
Required

Human readable name of the solution.

This property was added in vSphere API 7.0.3.0.

versions
Required

Different versions of the solution.

This property was added in vSphere API 7.0.3.0.

object
components
Optional

All the components contained in the solution of the metadata bundle. The key is ID of component.

This property was added in vSphere API 9.0.0.0.

This property is optional because it was added in a newer version than its parent node.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.component. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.component.